@charset "utf-8";
.notice a, .notice-dialog--title {
    font-size: 20px;
    color: #fff
}

.wrapper {
    height: 100vh;
    min-height: auto
}

.banner {
    height: 100%;
    z-index: 2;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.banner .center {
    position: relative;
    width: 1234px;
    height: 100%;
    margin: 0 auto
}

.banner .swiper-container {
    position: absolute;
    width: 100%
}

.notice {
    position: absolute;
    top: 120px;
    overflow: hidden;
    z-index: 99
}

.index-insu-enter, .notice-dialog--title, .notice > ul {
    position: relative
}

.notice > ul {
    white-space: nowrap;
    display: inline-block
}

.notice-cont {
    padding: 10px 20px;
    /*display: inline-block;*/
    margin-bottom: 5px;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 20px
}

.notice a:hover {
    text-decoration: underline
}

.notice .iconfont {
    margin-right: 10px
}

.notice-dialog {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, .4)
}

.notice-dialog-wrapper {
    display: none
}

.notice-dialog__inner {
    margin: 10% auto;
    width: 60%;
    max-width: 850px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden
}

.notice-dialog--title {
    padding: 18px 20px 18px 24px;
    background: #424b6c;
    line-height: 1.2;
    border-radius: 8px 8px 0 0
}

.notice-dialog--content {
    margin: 0 24px;
    overflow-y: auto;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    border-bottom: 1px solid #ddd
}

.notice-dialog--content p {
    margin-top: 20px;
    text-indent: 2em
}

.notice-dialog--sign {
    margin: 50px 0 30px;
    float: right
}

.notice-dialog--footer {
    text-align: center;
    margin-top: 24px
}

.notice-dialog--footer .has_passed {
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
    margin-bottom: 24px;
    font-size: 16px;
    cursor: pointer;
    background: -webkit-gradient(linear, left top, right top, from(#e7380c), color-stop(50%, #f03e11), to(#ff532b));
    background: linear-gradient(to right, #e7380c 0, #f03e11 50%, #ff532b 100%)
}

.banner-list-item:before, .banner-list:before {
    background: rgba(255, 255, 255, .01);
    content: ""
}

.banner-list, .banner-list:before {
    position: absolute;
    top: 0;
    height: 100%
}

.banner-list {
    right: 0;
    z-index: 3;
    font-size: 0
}

.banner-list:before {
    display: block;
    left: 0;
    width: 1px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .01) 0, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255, 255, 255, .01)), color-stop(100%, rgba(255, 255, 255, .3)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .01) 0, rgba(255, 255, 255, .3) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, .01) 0, rgba(255, 255, 255, .3) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, .01) 0, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .01)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, .01) 0, rgba(255, 255, 255, .3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0)
}

.banner-list-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

.banner-list-link:hover .banner-list-link-bg {
    opacity: 1;
    filter: alpha(opacity=100)
}

.banner-list-link-bg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .3s;
    transition: all .3s
}

.banner-list-item {
    width: 152px;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative
}

.banner-list-item:before {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .01) 0, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255, 255, 255, .01)), color-stop(100%, rgba(255, 255, 255, .3)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .01) 0, rgba(255, 255, 255, .3) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, .01) 0, rgba(255, 255, 255, .3) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, .01) 0, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .01)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, .01) 0, rgba(255, 255, 255, .3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0)
}

.banner-list-item-box {
    position: absolute;
    bottom: 60px;
    background-color: red
}

.banner-list-item-h3 {
    width: 23px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    left: 53px;
    line-height: 1.2;
    -webkit-transition: all .3s;
    transition: all .3s
}

.banner-list-item-h3 .iconfont {
    position: absolute;
    left: 0;
    bottom: -33px;
    display: block;
    font-size: 24px
}

.banner-list-item-h3-en {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    left: 0
}

.banner-list-item-h3-en .iconfont {
    left: 45%;
    margin-top: 25px
}

.banner-list-item-h4 {
    width: 20px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    right: 46px;
    line-height: 1.2;
    -webkit-transition: all .3s;
    transition: all .3s
}

.banner-list-item-bottom {
    bottom: 65px
}

.banner-list-item-top {
    opacity: 0;
    top: 70%
}

.banner-list-item:hover {
    opacity: 1
}

.banner-list-item:hover .banner-list-item-bottom {
    bottom: 150px;
    opacity: 0
}

.banner-list-item:hover .banner-list-item-top {
    top: 50%;
    opacity: 1
}

.banner-list-active .banner-list-item-h3, .banner-list-active .banner-list-item-h4 {
    top: 286px
}

.swiper-container {
    height: 100%
}

.swiper-container .swiper-wrapper .banner-swiper {
    height: 100%;
    font-size: 0;
    text-align: center;
    position: relative;
    background-color: #fff
}

.swiper-pagination, .swiper-pagination-box {
    text-align: left;
    position: relative
}

.swiper-container .swiper-wrapper img {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%
}

.swiper-pagination-box {
    bottom: 60px;
    height: 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets {
    width: 1170px;
    bottom: 50px;
    margin: 0 auto;
    height: 4px;
    font-size: 0
}

@-webkit-keyframes Progress {
    0% {
        width: 0
    }
    100% {
        width: 101%
    }
}

@keyframes Progress {
    0% {
        width: 0
    }
    100% {
        width: 101%
    }
}

.swiper-pagination-bullet {
    width: 50px;
    height: 4px;
    background-color: #fff;
    border-radius: 0;
    opacity: 1;
    position: relative
}

.swiper-pagination-bullet::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: #ff532b
}

.swiper-pagination-bullet-active::before {
    -webkit-animation: Progress 5s;
    animation: Progress 5s
}

.swiper-link-box {
    position: absolute;
    left: 0;
    top: 40%;
    text-align: left;
    max-width: 60%
}

.swiper-link-box .link-tit {
    font-weight: 700;
    font-size: 72px;
    color: #fff;
    line-height: 1
}

.swiper-link-box .link-subtit {
    font-size: 16px;
    color: #fffefe;
    line-height: 1;
    margin-top: 20px
}

.swiper-link-box .link-btn {
    display: block;
    height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    width: 140px;
    margin-top: 40px;
    background: #e7380c;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #e7380c), color-stop(50%, #f03e11), to(#ff522b));
    background: linear-gradient(to right, #e7380c 0, #f03e11 50%, #ff522b 100%)
}

.swiper-link-box .link-btn .iconfont {
    margin-left: 5px;
    vertical-align: middle
}

.swiper-link-box .link-btn .text {
    vertical-align: middle
}

.swiper-link-box .link-btn .text::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%
}

.wap-list {
    font-size: 0;
    padding: 0 .25rem
}

.wap-list-box {
    text-align: center;
    padding: 1.5rem 0;
    display: none
}

.wap-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 33.33333%;
    padding-bottom: 33.33333%
}

.wap-link {
    position: absolute;
    top: .25rem;
    left: .25rem;
    right: .25rem;
    bottom: .25rem;
    display: block;
    border-radius: .25rem;
    -webkit-box-shadow: 0 8px 8px rgba(42, 42, 50, .16);
    box-shadow: 0 8px 8px rgba(42, 42, 50, .16);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    font-size: .875rem;
    color: #fff
}

.wap-link img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill
}

.wap-link::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle
}

@media screen and (min-width: 1200px) and (max-width: 1920px) {
    .banner .center {
        width: 1170px
    }

    .swiper-container .swiper-wrapper img {
        width: auto
    }

    .swiper-link-box .link-tit {
        font-size: 56px
    }

    .swiper-link-box .link-subtit {
        font-size: 16px
    }

    .swiper-link-box .link-btn {
        width: 230px
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .banner .center, .swiper-container-horizontal > .swiper-pagination-bullets {
        width: 970px
    }

    .swiper-container .swiper-wrapper img {
        height: 100%;
        width: auto;
        right: 0
    }

    .swiper-link-box .link-tit {
        font-size: 56px
    }

    .swiper-link-box .link-subtit {
        font-size: 16px
    }

    .swiper-link-box .link-btn {
        width: 230px
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .banner .center, .swiper-container-horizontal > .swiper-pagination-bullets {
        width: 750px
    }

    .swiper-container .swiper-wrapper img {
        height: 100%;
        width: auto;
        right: 0;
        top: 60px
    }

    .swiper-link-box .link-tit {
        font-size: 48px
    }

    .swiper-link-box .link-subtit {
        font-size: 16px
    }

    .swiper-link-box .link-btn {
        width: 230px
    }

    .banner-list-item {
        width: 90px
    }

    .banner-list-item-h3 {
        left: 0
    }

    .banner-list-item-h3 .iconfont {
        left: 38%
    }

    .banner-list-item-h4 {
        right: 16px
    }
}

@media screen and (max-width: 767px) {
    .banner .center {
        width: auto;
        padding: 0 15px
    }

    .swiper-container-horizontal > .swiper-pagination-bullets {
        width: auto;
        margin: 0 auto;
        padding: 0 15px;
        bottom: 1.5625rem
    }

    .wrapper {
        height: auto;
        -webkit-box-shadow: 0 8px 8px rgba(42, 42, 50, .16);
        box-shadow: 0 8px 8px rgba(42, 42, 50, .16)
    }

    .banner {
        height: 21.875rem;
        position: relative
    }

    .banner-list {
        display: none
    }

    .swiper-container .swiper-wrapper img {
        height: 100%;
        width: auto;
        right: 0;
        top: 0
    }

    .swiper-link-box {
        left: 15px;
        top: 25%;
    }

    .swiper-link-box .link-tit {
        font-size: 1.75rem
    }

    .swiper-link-box .link-subtit {
        font-size: .75rem
    }

    .swiper-link-box .link-btn {
        margin-top: 1.71875rem;
        height: 1.75rem;
        width: 10.5rem;
        font-size: .75rem;
        line-height: 1.75rem
    }

    .swiper-link-box .link-btn .iconfont {
        font-size: .4375rem;
        margin-left: .15625rem
    }

    .swiper-pagination-bullet {
        width: 2.5rem;
        height: .125rem
    }

    .wap-list-box {
        display: block
    }

    .notice {
        top: 10px
    }

    .notice-cont {
        padding: .3125rem .625rem
    }

    .notice a {
        font-size: .8125rem
    }

    .notice .iconfont {
        margin-right: .3125rem
    }

    .notice-dialog {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .notice-dialog__inner {
        position: relative;
        margin: 0 .625rem;
        width: auto;
        max-width: initial;
        padding-bottom: 3rem
    }

    .notice-dialog--title {
        padding: .5625rem .625rem .5625rem .75rem;
        font-size: .875rem;
        color: #fff;
        background: #424b6c;
        border-radius: 8px 8px 0 0
    }

    .notice-dialog--content {
        margin: 0 .75rem;
        font-size: .8125rem;
        max-height: calc(100vh - 1.05rem - 40px - .5625rem - .5625rem - .75rem - 5rem)
    }

    .notice-dialog--content p {
        margin-top: .625rem;
        text-indent: 2em
    }

    .notice-dialog--sign {
        margin: 1.5625rem 0 .9375rem
    }

    .notice-dialog--footer {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        margin-top: .75rem;
        background-color: #fff
    }

    .notice-dialog--footer .has_passed {
        padding: .3125rem .625rem;
        margin-bottom: .75rem;
        font-size: .8125rem
    }
}
